home *** CD-ROM | disk | FTP | other *** search
Wrap
VERSION 2.00 Begin Form AboutFrm BorderStyle = 3 'Fixed Double Caption = "FieldPack demo program 2 -- About-Box" ClientHeight = 4245 ClientLeft = 2415 ClientTop = 1875 ClientWidth = 5055 ControlBox = 0 'False Height = 4650 Left = 2355 LinkTopic = "Form1" ScaleHeight = 4245 ScaleWidth = 5055 Top = 1530 Width = 5175 Begin CommandButton cmdOK Caption = "OK" Height = 375 Left = 1890 TabIndex = 5 Top = 3690 Width = 1095 End Begin Label Label6 Caption = "This program is a simplified address book; it maintains a text mini-database (max size 64KB) in the file ""FPDEMO2.DAT"" in the root of the C: drive. Operation should be reasonably obvious. (Note, however: the ""Find"" button searches for the first record whose current sort-field equals OR BEGINS WITH the search-text.)" Height = 1425 Left = 480 TabIndex = 6 Top = 2160 Width = 4155 End Begin Label Label5 Caption = "tel +1-510-623-7854 fax +1-510-651-6039" Height = 465 Left = 1290 TabIndex = 4 Top = 1500 Width = 2025 End Begin Label Label4 Caption = "Fremont, CA 94538 USA" Height = 225 Left = 1290 TabIndex = 3 Top = 1260 Width = 2745 End Begin Label Label3 Caption = "42808 Christy Street, Ste. 222" Height = 225 Left = 1290 TabIndex = 2 Top = 1020 Width = 2715 End Begin Label Label2 Caption = "Software Source" FontBold = -1 'True FontItalic = -1 'True FontName = "Times New Roman" FontSize = 18 FontStrikethru = 0 'False FontUnderline = 0 'False Height = 405 Left = 1320 TabIndex = 1 Top = 540 Width = 2655 End Begin Label Label1 Caption = "FieldPack Demo Program 2, by:" Height = 225 Left = 180 TabIndex = 0 Top = 150 Width = 2745 End Option Explicit Sub cmdOK_Click () Unload AboutFrm End Sub